home *** CD-ROM | disk | FTP | other *** search
/ AGA Toolkit '97 / The AGA Toolkit '97.iso / text / misc / port / port.prefs < prev    next >
Encoding:
Text File  |  1996-09-07  |  1.2 KB  |  47 lines

  1. ; Strip ANSI codes from the file.
  2. ; Either ON or OFF.
  3. ANSIStrip=OFF
  4.  
  5. ; Load the whole file into memory for conversion. Required my some options.
  6. ; Either ON or OFF.
  7. ConversionBuffer=ON
  8.  
  9. ; Delete invisible spaces, tabs and EOLs when they don't affect how the
  10. ; file looks.
  11. ; Either ON or OFF.
  12. EndSpaceRemoval=ON
  13.  
  14. ; Strip InterNet message headers from the file.
  15. ; 1 - Insert a line in place of the header saying it was removed.
  16. ; 2 - Just cut the header off.
  17. ; Either 1,2 or OFF.
  18. InterNetStrip=OFF
  19.  
  20. ; Pack the converted file with LhA.
  21. ; Either ON or OFF.
  22. LhAPack=OFF
  23.  
  24. ; The minimum number of spaces to understand as an EOL.
  25. ; Either (1-99) or OFF.
  26. MakeEOLs=OFF
  27.  
  28. ; PowerPack the output file, using "BEST" compression and "BIG" buffer.
  29. ; Either ON or OFF.
  30. PowerPackOutput=OFF
  31.  
  32. ; Convert spaces to tabs where possible, using the user given tabsize.
  33. ; Either OFF, or 1-16.
  34. SpacesToTabs=8
  35.  
  36. ; Convert tabs to spaces, using the user given tabsize.
  37. ; Either OFF, or 1-16.
  38. TabsToSpaces=OFF
  39.  
  40. ; A temporary directory to for crunching and packing or OFF.
  41. TempDir="T:"
  42.  
  43. ; The lower the value, the more often progress information gets updated.
  44. ; The lower the value, the slower the conversion will be.
  45. ; A value (1-255) or anything else for VBLANKs/sec (once a second).
  46. TickDelay=25
  47.